home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TNEWPROJECT / TNEWPROJECT.txt
Encoding:
Text File  |  1996-08-11  |  3.2 KB  |  166 lines

  1. object NewProject: TNewProject
  2.   Left = 138
  3.   Top = 384
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create new project...'
  6.   ClientHeight = 311
  7.   ClientWidth = 544
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 527
  19.     Height = 263
  20.     Shape = bsFrame
  21.   end
  22.   object GroupBox1: TGroupBox
  23.     Left = 24
  24.     Top = 184
  25.     Width = 185
  26.     Height = 73
  27.     Caption = 'Type'
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 32
  31.       Top = 24
  32.       Width = 113
  33.       Height = 17
  34.       Caption = 'Applet'
  35.       Checked = True
  36.       TabOrder = 0
  37.       TabStop = True
  38.     end
  39.     object RadioButton2: TRadioButton
  40.       Left = 32
  41.       Top = 48
  42.       Width = 113
  43.       Height = 17
  44.       Caption = 'Standalone'
  45.       TabOrder = 1
  46.       OnClick = RadioButton2Click
  47.     end
  48.   end
  49.   object GroupBox2: TGroupBox
  50.     Left = 216
  51.     Top = 24
  52.     Width = 305
  53.     Height = 161
  54.     Caption = 'Import Classes'
  55.     TabOrder = 1
  56.     object CheckBox1: TCheckBox
  57.       Left = 16
  58.       Top = 32
  59.       Width = 281
  60.       Height = 17
  61.       Caption = 'AWT (Abstract Window Toolkit)'
  62.       State = cbChecked
  63.       TabOrder = 0
  64.     end
  65.     object CheckBox2: TCheckBox
  66.       Left = 16
  67.       Top = 128
  68.       Width = 281
  69.       Height = 17
  70.       Caption = 'IO (Input and Output classes)'
  71.       TabOrder = 1
  72.     end
  73.     object CheckBox3: TCheckBox
  74.       Left = 16
  75.       Top = 80
  76.       Width = 281
  77.       Height = 17
  78.       Caption = 'NET (Networking classes - TCP/IP, URL ...)'
  79.       TabOrder = 2
  80.     end
  81.     object CheckBox4: TCheckBox
  82.       Left = 16
  83.       Top = 104
  84.       Width = 281
  85.       Height = 17
  86.       Caption = 'UTIL (Utility classes - Hashtable, Vector ...)'
  87.       TabOrder = 3
  88.     end
  89.     object CheckBox5: TCheckBox
  90.       Left = 16
  91.       Top = 56
  92.       Width = 281
  93.       Height = 17
  94.       Caption = 'Applet (Support for embedding)'
  95.       State = cbChecked
  96.       TabOrder = 4
  97.     end
  98.   end
  99.   object GroupBox3: TGroupBox
  100.     Left = 24
  101.     Top = 24
  102.     Width = 185
  103.     Height = 161
  104.     Caption = 'Project'
  105.     TabOrder = 2
  106.     object Label1: TLabel
  107.       Left = 16
  108.       Top = 24
  109.       Width = 37
  110.       Height = 16
  111.       Caption = 'Name'
  112.     end
  113.     object Label2: TLabel
  114.       Left = 16
  115.       Top = 88
  116.       Width = 54
  117.       Height = 16
  118.       Caption = 'Directory'
  119.     end
  120.     object Edit1: TEdit
  121.       Left = 24
  122.       Top = 40
  123.       Width = 121
  124.       Height = 24
  125.       CharCase = ecUpperCase
  126.       TabOrder = 0
  127.       Text = 'NONAME'
  128.     end
  129.     object Edit2: TEdit
  130.       Left = 24
  131.       Top = 120
  132.       Width = 145
  133.       Height = 24
  134.       CharCase = ecUpperCase
  135.       TabOrder = 1
  136.     end
  137.     object Button1: TButton
  138.       Left = 96
  139.       Top = 88
  140.       Width = 75
  141.       Height = 25
  142.       Caption = 'Browse'
  143.       TabOrder = 2
  144.       OnClick = Button1Click
  145.     end
  146.   end
  147.   object Button2: TButton
  148.     Left = 168
  149.     Top = 280
  150.     Width = 97
  151.     Height = 25
  152.     Caption = 'OK'
  153.     TabOrder = 3
  154.     OnClick = Button2Click
  155.   end
  156.   object Button3: TButton
  157.     Left = 280
  158.     Top = 280
  159.     Width = 89
  160.     Height = 25
  161.     Caption = 'Cancel'
  162.     TabOrder = 4
  163.     OnClick = Button3Click
  164.   end
  165. end
  166.